home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / c.lang < prev    next >
Text File  |  2004-10-29  |  2KB  |  55 lines

  1. # C and C++ language definition file
  2. #
  3. # Author: Andre Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 24.7.2002
  6. #         updated 12.1.04 to add more types (ansi c, iso 99)
  7. # ------------------------------------------
  8. # This file is a part of highlight, a free source code converter released under the GPL.
  9. #
  10. # The file is used to describe keywords and special symbols of programming languages.
  11. # See README in the highlight directory for details.
  12. #
  13. # New definition files for future releases of highlight are always appreciated ;)
  14. #
  15. # ----------
  16. # andre.simon1@gmx.de
  17. # http:/www.andre-simon.de/
  18.  
  19. $KW_LIST(kwa)=goto break return continue asm case default if else switch while for do sizeof
  20. typeof  stdcall cdecl const_cast delete dynamic_cast   goto  namespace new  pascal
  21. reinterpret_cast  static_cast  this throw try catch using true false bitand and bitor or xor
  22. compl and_eq or_eq xor_eq not not_eq
  23.  
  24.  
  25. $KW_LIST(kwb)=int long short char void signed unsigned float double size_t wchar_t
  26. ptrdiff_t  sig_atomic_t fpos_t clock_t time_t va_list jmp_buf FILE DIR div_t ldiv_t static
  27. const bool struct union enum size_t wchar_t ptrdiff_t sig_atomic_t fpos_t clock_t time_t
  28. va_list jmp_buf FILE DIR div_t ldiv_t mbstate_t wctrans_t wint_t wctype_t bool complex
  29. int8_t int16_t int32_t int64_t uint8_t uint16_t uint32_t uint64_t int_least8_t int_least16_t
  30. int_least32_t int_least64_t uint_least8_t uint_least16_t uint_least32_t uint_least64_t
  31. int_fast8_t int_fast16_t int_fast32_t int_fast64_t uint_fast8_t uint_fast16_t uint_fast32_t
  32. uint_fast64_t intptr_t uintptr_t intmax_t uintmax_t
  33.  
  34. $KW_LIST(kwc)=typedef inline auto class explicit extern friend inline mutable operator
  35. register template private protected public typeid virtual volatile
  36.  
  37. $STRINGDELIMITERS=" '
  38.  
  39. $SL_COMMENT=//
  40.  
  41. $ML_COMMENT=/* */
  42.  
  43. $ALLOWNESTEDCOMMENTS=false
  44.  
  45. $IGNORECASE=false
  46.  
  47. $DIRECTIVE=#
  48.  
  49. $ESCCHAR=\
  50.  
  51. $SYMBOLS= ( ) [ ] { } , ; . : & | < > !  = / *  %  + - ~
  52.  
  53. $CONTINUATIONSYMBOL=\
  54.  
  55. $REFORMATTING=true